Skip to main content

Make text white

Note: add this class, color-white , to any text element and make the text white. This will override and other text color that is set on that element.

<h1 class="color-white">white title goes here</h1>
<h2 class="color-white">white title goes here</h2>
<h3 class="color-white">white title goes here</h3>
<h4 class="color-white">white title goes here</h4>
<p class="color-white">white text goes here</p>
<li class="color-white">white list item goes here</li>